Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / AutoSumCommand Class / AutoSumCommand Constructor / AutoSumCommand Constructor(Worksheet,Reference[],BuiltinFunction,Boolean)


In This Topic
    AutoSumCommand Constructor(Worksheet,Reference[],BuiltinFunction,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal references() As Reference, _
       Optional ByVal function As BuiltinFunction, _
       Optional ByVal shouldUseSubtotalFunction As Boolean _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim references() As Reference
    Dim function As BuiltinFunction
    Dim shouldUseSubtotalFunction As Boolean
     
    Dim instance As New AutoSumCommand(worksheet, references, function, shouldUseSubtotalFunction)

    Parameters

    worksheet
    references
    function
    shouldUseSubtotalFunction
    See Also